- template definition
- определение шаблонаСобственно определение шаблона или одного из его компонент.
English-Russian glossary of C + +. 2014.
English-Russian glossary of C + +. 2014.
Template metaprogramming — is a metaprogramming technique in which templates are used by a compiler to generate temporary source code, which is merged by the compiler with the rest of the source code and then compiled. The output of these templates include compile time… … Wikipedia
Template (programming) — Templates are a feature of the C++ programming language that allow functions and classes to operate with generic types. This allows a function or class to work on many different data types without being rewritten for each one. Templates are of… … Wikipedia
Template (Programmierung) — Templates (engl. für Schablonen), auch Mustervorlagen oder Schablone, sind fortgeschrittene Elemente von Programmiersprachen. Sie sind „Programmgerüste“, die bei Bedarf vom Übersetzer instanziiert und als normale Klassen oder Funktionen zur… … Deutsch Wikipedia
Template method pattern — [ LePUS3 ( [http://lepus.org.uk/ref/legend/legend.xml legend] ) ] In software engineering, the template method pattern is a design pattern.It is a so called behavioral pattern, and is unrelated to C++ templates.IntroductionIn a template pattern,… … Wikipedia
template — 1. A shaped or patterned item used as an aid in drawing, designing, cutting, and similar activities. Templates are often used in the manual preparation of *flowcharts. 2. An item that serves as a *standard (definition 2) or model. 3. Apre… … Auditor's dictionary
Partial template specialization — is a particular form of class template specialization. Usually used in reference to the C++ programming language, it allows the programmer to specialize only some arguments of a class template, as opposed to explicit specialization, where all the … Wikipedia
One Definition Rule — The One Definition Rule (ODR) is an important concept in the C++ programming language. It s defined in the ISO C++ Standard(ISO/IEC 14882) 2003, at section 3.2. Contents 1 Summary 2 Examples 3 More than one definition … Wikipedia
Website Parse Template — Infobox file format name = Website Parse Template icon = extension = .icdl mime = type code = uniform type = magic = owner = [http://www.omfica.org/ OMFICA] genre = Website Parse Template container for = ICDL Crawling extended from = XML extended … Wikipedia
C++-Template — Dieser Artikel wurde aufgrund von inhaltlichen Mängeln auf der Qualitätssicherungsseite der Redaktion Informatik eingetragen. Dies geschieht, um die Qualität der Artikel aus dem Themengebiet Informatik auf ein akzeptables Niveau zu bringen. Hilf… … Deutsch Wikipedia
Help:Template — Wiki markup Basic markup Text, links, and talk pages Visual files Sound files Tables Template editing Using HTML … Wikipedia
Web template hook styles — This article is a supplement to the Delimiting and embedding strategies. On web templates the separation of concerns (content from presentation) require a low level separation strategy to isolate template language from output language. Template… … Wikipedia